Skip to content

Conversation

@FangYongs
Copy link
Contributor

What is the purpose of the change

This PR aims to add lineage graph relevant interfaces such as LineageGraph, LineageVertex, SourceLineageVertex and LineageEdge

Brief change log

  • Add lineage graph relevant interfaces
  • Add default lineage graph implementation

Verifying this change

This change added tests and can be verified as follows:

  • Added test LineageGraphTest

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no) no
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes / no) yes
  • The serializers: (yes / no / don't know) no
  • The runtime per-record code paths (performance sensitive): (yes / no / don't know) no
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know) no
  • The S3 file system connector: (yes / no / don't know) no

Documentation

  • Does this pull request introduce a new feature? (yes / no) yes
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) not applicable

@flinkbot
Copy link
Collaborator

flinkbot commented Oct 31, 2023

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@KarmaGYZ KarmaGYZ self-requested a review October 31, 2023 05:57
Copy link
Contributor

@KarmaGYZ KarmaGYZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Will merge it after all the comments addressed.

@FangYongs
Copy link
Contributor Author

@flinkbot run azure

Copy link
Contributor

@JingGe JingGe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for driving it! I just left some NIT comments

@FangYongs FangYongs force-pushed the FLINK_33210_lineage_graph branch from 49e58e4 to 29dda59 Compare March 4, 2024 12:17
@FangYongs
Copy link
Contributor Author

Thanks @JingGe , please help to review this PR again

@FangYongs
Copy link
Contributor Author

@HuangZhenQiu @mobuchowski I have add dataset and facet interfaces in lineage vertex, please help to review this PR cc @X-czh

@FangYongs FangYongs force-pushed the FLINK_33210_lineage_graph branch from 29dda59 to 153eabb Compare March 4, 2024 12:26
@X-czh
Copy link
Contributor

X-czh commented Mar 4, 2024

@FangYongs Thanks for the PR. The changes LGTM except for a nit on the UT.

Copy link
Contributor

@mobuchowski mobuchowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@FangYongs FangYongs force-pushed the FLINK_33210_lineage_graph branch from 153eabb to 99d146e Compare March 4, 2024 12:58
@FangYongs FangYongs merged commit 6b9c282 into apache:master Mar 6, 2024
hanyuzheng7 pushed a commit to hanyuzheng7/flink that referenced this pull request May 6, 2024
* [FLINK-33210] Introduce lineage graph relevant interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants